﻿2026-07-19T03:48:44.9472717Z ##[group]Run actions/checkout@v5
2026-07-19T03:48:44.9473461Z with:
2026-07-19T03:48:44.9473827Z   fetch-depth: 2
2026-07-19T03:48:44.9474224Z   repository: BigscreenVR/spt-bs-core
2026-07-19T03:48:44.9477238Z   token: ***
2026-07-19T03:48:44.9477596Z   ssh-strict: true
2026-07-19T03:48:44.9477958Z   ssh-user: git
2026-07-19T03:48:44.9478326Z   persist-credentials: true
2026-07-19T03:48:44.9478755Z   clean: true
2026-07-19T03:48:44.9479237Z   sparse-checkout-cone-mode: true
2026-07-19T03:48:44.9479672Z   fetch-tags: false
2026-07-19T03:48:44.9480039Z   show-progress: true
2026-07-19T03:48:44.9480410Z   lfs: false
2026-07-19T03:48:44.9480763Z   submodules: false
2026-07-19T03:48:44.9481135Z   set-safe-directory: true
2026-07-19T03:48:44.9481723Z ##[endgroup]
2026-07-19T03:48:45.0343328Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-19T03:48:45.0345154Z ##[group]Getting Git version info
2026-07-19T03:48:45.0345845Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-19T03:48:45.0346775Z [command]/usr/bin/git version
2026-07-19T03:48:45.0347206Z git version 2.43.0
2026-07-19T03:48:45.0360970Z ##[endgroup]
2026-07-19T03:48:45.0371072Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/285d5fb9-5aa0-4ac3-81b5-514cbf7cdca1' before making global git config changes
2026-07-19T03:48:45.0372265Z Adding repository directory to the temporary git global config as a safe directory
2026-07-19T03:48:45.0379236Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-19T03:48:45.0402792Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-19T03:48:45.0419365Z https://github.com/BigscreenVR/spt-bs-core
2026-07-19T03:48:45.0428471Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-19T03:48:45.0430898Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-19T03:48:45.0453232Z refs/heads/main
2026-07-19T03:48:45.0459574Z [command]/usr/bin/git checkout --detach
2026-07-19T03:48:45.0595734Z HEAD is now at 7b524d0 doc(adr-0044): v0.38.1 consequence note — driven_by own-node truth (ruling v3)
2026-07-19T03:48:45.0627339Z [command]/usr/bin/git branch --delete --force main
2026-07-19T03:48:45.0652614Z Deleted branch main (was 7b524d0).
2026-07-19T03:48:45.0656044Z ##[endgroup]
2026-07-19T03:48:45.0657927Z [command]/usr/bin/git submodule status
2026-07-19T03:48:45.0835562Z ##[group]Cleaning the repository
2026-07-19T03:48:45.0837944Z [command]/usr/bin/git clean -ffdx
2026-07-19T03:48:47.8720283Z Removing target/
2026-07-19T03:48:47.8732383Z [command]/usr/bin/git reset --hard HEAD
2026-07-19T03:48:47.8861324Z HEAD is now at 7b524d0 doc(adr-0044): v0.38.1 consequence note — driven_by own-node truth (ruling v3)
2026-07-19T03:48:47.8867798Z ##[endgroup]
2026-07-19T03:48:47.8869555Z ##[group]Disabling automatic garbage collection
2026-07-19T03:48:47.8873285Z [command]/usr/bin/git config --local gc.auto 0
2026-07-19T03:48:47.8900459Z ##[endgroup]
2026-07-19T03:48:47.8901060Z ##[group]Setting up auth
2026-07-19T03:48:47.8905905Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-19T03:48:47.8934211Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-19T03:48:47.9122360Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-19T03:48:47.9148517Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-19T03:48:47.9327628Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-19T03:48:47.9352355Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-19T03:48:47.9537674Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-19T03:48:47.9567093Z ##[endgroup]
2026-07-19T03:48:47.9567651Z ##[group]Fetching the repository
2026-07-19T03:48:47.9573378Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=2 origin +f5243113a59ba28587a0ab2407054d90053e10fc:refs/remotes/pull/32/merge
2026-07-19T03:48:48.6679647Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-19T03:48:48.6680868Z  * [new ref]         f5243113a59ba28587a0ab2407054d90053e10fc -> pull/32/merge
2026-07-19T03:48:48.6698901Z ##[endgroup]
2026-07-19T03:48:48.6699675Z ##[group]Determining the checkout info
2026-07-19T03:48:48.6701697Z ##[endgroup]
2026-07-19T03:48:48.6705814Z [command]/usr/bin/git sparse-checkout disable
2026-07-19T03:48:48.6746834Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-19T03:48:48.6769839Z ##[group]Checking out the ref
2026-07-19T03:48:48.6772417Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/32/merge
2026-07-19T03:48:48.7003340Z Previous HEAD position was 7b524d0 doc(adr-0044): v0.38.1 consequence note — driven_by own-node truth (ruling v3)
2026-07-19T03:48:48.7005646Z HEAD is now at f524311 Merge 622eb840c88235724a7c9b7369d61f4010591294 into 7b524d0f9e3ee39df58b6159f000ea26f034112c
2026-07-19T03:48:48.7012679Z ##[endgroup]
2026-07-19T03:48:48.7047934Z [command]/usr/bin/git log -1 --format=%H
2026-07-19T03:48:48.7070222Z f5243113a59ba28587a0ab2407054d90053e10fc
